Computes the difference between each element in an array.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x(:) |
The N-element array on which to operate. |
The N-1 element array containing the difference between each element in x.